projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c8f5d
)
(bibtex-clean-entry): Back over close delimiter carefully.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 10:32:11 +0000
(10:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 May 1994 10:32:11 +0000
(10:32 +0000)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index 494fdbbed8ec9158efd8a0d51d9f6a5be44a6157..afc3d8f6a155f653055660427c70352c78a81b23 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-1489,8
+1489,8
@@
an undefined location.
(end-of-bibtex-entry)
;; sct@dcs.edinburgh.ac.uk
(save-excursion
- (
previous-line
1)
- (
end-of-line
)
+ (
backward-char
1)
+ (
skip-syntax-backward " >"
)
(if (eq (preceding-char) ?,)
(backward-delete-char 1)))
(skip-whitespace-and-comments)))